QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Instrument Knob List

An instrument knob list contains a list of sound parameters. It is defined by the InstKnobList data type.

struct InstKnobList {
    long                        knobCount;
    long                        knobFlags;
    InstKnobRec                 knob[1];
};
typedef struct InstKnobList InstKnobList;
knobCount
The number of instrument knob records in the list.
knobFlags
Instructions on what to do if a requested knob is not in the list. Instrument Knob Flags
InstKnobRec
An array of instrument knob records.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next